* callint.c (Fcall_interactively): For '^' just delegate the work to
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 26 Mar 2009 17:07:54 +0000 (17:07 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 26 Mar 2009 17:07:54 +0000 (17:07 +0000)
commit77598426139e43ef0beb8002df3205950fcfd364
tree754c9243a585ca0a59e8931a083503a6ff827474
parentfb7a302e3a9b05b48dabf4955bbc38b7d38e166e
* callint.c (Fcall_interactively): For '^' just delegate the work to
handle-shift-selection.
(syms_of_callint): Move declaration of shift-select-mode to simple.el.
* simple.el (shift-select-mode): Move declaration from callint.c.
(handle-shift-selection): Remove `deactivate' arg and check
shift-select-mode instead.
lisp/ChangeLog
lisp/simple.el
src/ChangeLog
src/callint.c